TYPE
CSharpTest.Net
ToString<TYPE>(TYPE) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Utils Namespace > StringConverter Class > ToString Method : ToString<TYPE>(TYPE) Method

value

Glossary Item Box

Converts the value of TYPE to a string if the type is registered, or ArgumentOutOfRangeException is thrown if no transform is registered for that type.

Syntax

Visual Basic (Declaration) 
Public Overloads Function ToString(Of TYPE)( _
   ByVal value As TYPE _
) As String
C# 
public string ToString<TYPE>( 
   TYPE value
)

Parameters

value

Type Parameters

TYPE

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionThe exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys